:root {
	--main-color: #006CB8;
}
body {
	font-family: -apple-system,	BlinkMacSystemFont,	"Segoe UI",	Roboto,	"Helvetica Neue", Arial, sans-serif, 黑體-繁, Apple LiGothic Medium, PingFang, 微軟正黑體, Microsoft JhengHei, WenQuanYi Zen Hei;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.d-flex {
	display: flex!important;
}
.d-none {
	display: none!important;
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block!important;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	border-radius: 1.5rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.input-group>.form-control, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, button {
	margin-bottom: .5rem;
}

.container-fluid {
	padding:0px
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: auto;
}
#topnav {
	line-height: 2.2rem;
	padding-left:0px
}
#topnav {
	font-size: 0; /*移除段行強制空格*/
}
#topnav a {
	color: #000;
	font-size: 1rem;
	vertical-align: middle;
}
#topnav a:hover {
	color: var(--main-color);
}
#topnav span {
	vertical-align: middle;
}
#topnav .group {
	font-size: 1rem;
}
#topnav .group + .group:before {
    content: "|";
    display: inline;
    margin: 0 0.75rem;
		color: #000;
}
#header .maintitle {
	height:auto;
	width: 100%;
	position:relative;
	display: flex;
}
#header .sectionNav {
	border-top: 1px solid #ddd;
	box-shadow: 0px 2px 2px #888;
	overflow: auto;
}
#hander-cens-logo {
	margin: 0 1rem;
	flex: 0 1 200px;
  align-self: center;
}
@media (min-width: 768px) {
	#header .maintitle {padding: 0;} /* cover media.css*/
	#hander-cens-logo {flex: 0 1 auto;}
}
#search-main {
	display:block;
	margin-top:25px !important; /* cover media.css*/
	flex: 1;
}
#search-main form {
	position: relative;
}
#search-main .layout {
	border: 1px #006CB8 solid;
	border: 1px var(--main-color) solid;
	border-radius: 26px/50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom: .5rem;
}
#search-main select, #search-main input {
	border: 0;
	height: 36px;
	background-color: transparent;
}
#search-main .input-option {
	padding-left: 0.5rem;
}
#search-main .input-box {
	flex: 1;
}
#search-main .input-go {
	background-color: var(--main-color);
	background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 0.8rem center;
	color: #fff;
	height: 44px;
	border-radius: 0 22px 22px 0 / 50%;
	padding: 4px 1.5rem 4px 2rem;
	margin: 0;
	cursor: pointer;
}
#search-main .ac_input {
	border-left: 1px solid #ddd;
	width: 100%;
	margin: 4px 0;
}
#search-main .ac_results {
	position: absolute;
	top: 100%;
	width:100%;
	border:1px solid #eee;
	background-color:#eee;
	overflow:hidden;
	z-index:99;
	font-size: 1rem;
	line-height:14px;
}
#search-main .ac_results li {
	padding:5px 10px
}
#search-main .ac_results .ac_over {
	background-color:rgba(0, 108, 184, 0.3)
}
#search-main .search-records {
	font-size:12px;
	max-height: 90px;
	overflow: hidden;
}
#search-main .search-records b {
	display:inline-block
}
#search-main .search-records span {
	line-height:20px;
	overflow:hidden;
	text-overflow:clip;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:initial;
	height:38px
}
#search-main .search-records span a {
	color:#9a9;
	margin-left:5px
}
#search-sub {
	display: flex;
	justify-content: space-between;
	margin: 0 1rem;
}
.search-advanced {
	white-space: nowrap;
}
html[lang=en-US] .search-advanced {
	white-space: normal;
}
.member-block {
	margin-top: 25px;
	margin-left: 0.5rem;
	display: flex;
}
.member-btn {
	margin: 0 0.5rem;
	position: relative;
}
.member-btn.star3::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 24px;
	left: 26px;
	top: -14px;
	background: url("/cens/images/icon/3star.png") no-repeat;
	background-size: cover;
  transform-origin: bottom left;
}
.member-btn.star3:hover::before {
	animation: 0.5s rot1 ease;
}
@keyframes rot1 {
	50% {
		transform: rotateZ(-15deg);
	}
}
.member-block a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.member-block img {
	height:36px;
	margin:0px auto;
	display:block;
	margin-bottom:3px
}
.member-block p {
	white-space: nowrap;
	font-size: 0.75rem;
	margin-left: 0.5em;
	margin-bottom: 0;
	color: #000;
}
.member-block .red-dot {
  background-color: red;
	position: absolute;
	left: -10px;
	top: -10px;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 50rem;
}
.maintitle .membername p {
	position:absolute;
	float:right;
	bottom:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#3f928e;
	font-weight:bolder;
	right:0px
}
#cate_str {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.login a {
	display:block;
	margin-top:-9px
}
.login a p {
	position:relative;
	top:-28px;
	font-size:12px
}

.sidebar-close {
	color: var(--main-color);
	margin-right: 0.25rem;
}
.sidebar-close svg {
	width: 1.5rem;
	height: 1.5rem;
}
#all-category {
	max-width: 90vw;
	width: 100%;
	height:100vh;
	padding: 1rem;
	background:#fff;
	z-index:9999;
	overflow:auto;
	position:fixed;
	top: 0;
	left: 0;
	display:none
}
#all-category .title {
	color: var(--main-color);
	margin-bottom: 0;
	font-weight: 500;
}
#all-category .industry li {
	width: 96%;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#all-category .industry li:hover{
	background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
}
#all-category .industry li a {
	color: inherit;
	font-size: 1rem;
	display: block;
	margin-left: 1rem;
	padding: 0.5rem 0.2rem;
}
#all-category .industry li a::before {
	content: url(https://www.cens.com/cens/images/icon/tri2.png);
	position: absolute;
	left: 1rem;
}
#all-category .industry-list {
	display:none;
	position: fixed;
	max-width: 85vw;
	width: 100%;
	height:100vh;
	background-color: #fff;
	overflow-y: auto;
	padding: 1rem;
}
#all-category .industry-list ul li {
	margin-bottom:10px
}
#all-category .industry-list ul li.il-title {
	font-size:16px;
	color: var(--main-color);
	font-weight:bolder;
	border-left:5px solid var(--main-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:5px 0px;
	display: flex;
	align-items: center;
}
#all-category .il-title i {color: var(--main-color);}
#all-category .industry-list ul ul.s-il, #all-category .industry-list ul ul.list-items {
	margin-bottom:10px
}
#all-category .industry-list ul .more-industry {
	text-align:center
}
#all-category .industry-list ul .more-industry a {
	color:var(--main-color) !important;
	font-size:14px;
	border-bottom:1px solid var(--main-color);
	padding-bottom:5px
}
#all-category .industry-list ul .list-items {
	margin-left:30px !important;
	margin-top:10px
}
#all-category .industry-list ul .list-items li {
	font-size:14px
}
#all-category .industry-list ul .list-items li a {
	color:#777;
}
#all-category .industry-list ul .list-items li a:hover {
	background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
}
#tool-view {
	height:100vh;
	max-width: 90vw;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding:20px 30px;
	display:none;
	z-index:9999;
	position:fixed;
}
#tool-view ul {
	padding:0px
}
#tool-view ul li {
	display:inline-block;
	margin-right:10px
}
#tool-view hr {
	/*	margin:40px 0px*/
}
#tool-view .other-service a {
	display: block;
	padding: 0.6rem 0;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
}
#tool-view .other-service a:hover {
	background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	color: #000;
}
#tool-view .other-service svg {
	color: var(--main-color);
	height: 1rem;
	margin-right: 0.5rem;
}
#tool-view .other-service span {
	vertical-align: middle;
}
#tool-view .language {
	font-size: 1rem;
	display: flex;
	justify-content: space-between
}
#tool-view .language dt {
	font-weight: normal;
}
#tool-view .language dd {
	font-weight: bold;
}
.language a {
	color: #666666;
}
.language a:hover {
	color: red;
}
.topnav-mobile {
	display:none;
	overflow-y: hidden;
	height: 2.5rem;
	justify-content: space-between;
	padding: 0 15px;
	align-items: center;
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
}
.topnav-mobile {
  box-shadow: 0px 5px 10px rgba(20%,20%,40%,0.5);
}
.nlogo-mobile img{
	display:block;
	margin:0 auto;
	height:25px;
	top:0px;
	z-index: 999;
	position:relative;
}
.topnav-mobile li {
	display:inline-block;
	position:static;
	cursor: pointer;
}
.topnav-mobile li a{
	cursor: pointer;
}
.topnav-mobile i {
	color: var(--main-color);
	font-size: 1.5rem;
	width: 28px;
	text-align: center;
	overflow: hidden;
}
@media (min-width: 375px) {
	.topnav-mobile .nlogo-mobile{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
.topnav-mobile .nlogo-mobile img {
	margin-top: 0px;
}
.topnav-mobile .menu-icon {
	left:15px
}
.topnav-mobile svg {
	color: var(--main-color);
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.25rem;
}
.topnav-mobile .tool {
	right:15px
}
.topnav-mobile .tool img {
	height:25px;
	margin-top:0px;
	padding:0px 3px
}
.logo-mobile {
	height:0px
}
.logo-mobile img {
	display: block;
	margin: 0 auto;
	height: 25px;
	top: -33px;
	position: relative;
	margin-top: 10px !important;
}
.page-view b {
	color:red;
	display:inline-block;
	margin-right:3px
}
.page-view .related-categories>a>i.fa-chevron-down {
	float: left;
	line-height: inherit;
	transition: transform .3s;
}
.related-categories > a.collapsed > i.fa-chevron-down {
	transform: rotate(-90deg);
}
.page-view .word-collection img {
	max-width:25px;
	margin:-5px 6px 0px 3px
}
.related-categories>a{
	display: block;
	overflow: hidden;
}
#user-menu {
	margin: 1rem 0;
}
#user-menu .user {
	display: flex;
	margin: 1rem 0;
}
.user .avatar {
	color: #666666;
}
.user .avatar svg {
	width: 5rem;
	height: 5rem;
}
#user-menu .info {
	display: flex;
	align-items: flex-end;

}
#tool-view .membername {
	word-wrap:break-word;
	margin-bottom:10px;
	color:#3f928e;
	font-size: 1rem;
	width: 100%;
}
#user-menu .member {
	font-size: 1rem;
	line-height: 2rem;
	display: flex;
	justify-content: space-around;
}
#user-menu .member a {
	border: 1px solid #dddddd;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0 0 -1px -1px;
}
#user-menu .member svg {
	height: 1em;
  margin: 0 0.25rem;
}
#user-menu .member a span {
	vertical-align: middle;
}

.sidebar{
	top: 0;
	will-change: transform;
	transition: transform 220ms;
	-webkit-overflow-scrolling: touch;
}

.sidebar[side=left] {
	left: 0!important;
	-webkit-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
	box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
	-moz-box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
}
.sidebar[side=right] {
	right: 0!important;
	-webkit-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
	box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
	-moz-box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
}
.sidebar.open{
	-webkit-transform: translateX(0%)!important;
	transform: translateX(0%)!important;
}
.sidebar-mask{
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100vw!important;
	height: 100vh!important;
	opacity: 0.2;
	background-color: #000;
	z-index: 1050;
	display: none;
}

@media (max-width: 991.98px) {
	#header {
		margin-bottom: 2.5rem;
	}
	#topnav{
		display: none;
	}
	.topnav-mobile {
		display: flex;
	}
	.maintitle #search-main {
		display: none;
		z-index: 1060;
		background: #ffffff;
		height: 110px;
		width: 100%;
		padding: 5px;
		margin: 0 !important;
		position: fixed;
		top: 40px;
		left: 0;
		will-change: transform;
		transition: transform 220ms;
		-webkit-transform: translateY(-200%)!important;
		transform: translateY(-200%)!important;
	}
	.maintitle #search-main.open {
		display: block;
		-webkit-transform: translateY(0%)!important;
		transform: translateY(0%)!important;
		margin: 0 !important;
	}
}
#cookies {
	width: 100%;
	background-color: #006cb8;
	color: #fff;
	padding: 25px 50px;
	opacity: .9;
	position: fixed;
	z-index: 9999;
	bottom: 0;
}
#cookies .title {
	color: #ffd200;
	font-size: 1.75rem;
  margin-bottom: 1rem;
}
#cookies p {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5;
    border-left: 5px solid #fff;
    padding-left: 10px;
    color: #fff;
		margin-bottom: 0.5rem;
}
#cookies p a {
    color: #ffd200;
    text-decoration: underline;
}
#cookies .cookies-ok button {
    background-color: #ffd200;
    color: var(--main-color);
}
.title-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
header.title-header:after {
	content: "";
	display: inline-block;
	border-top: 1px solid #000;
	flex: 1;
}
.title-header .basetitle {
	margin: 0;
	margin-right: 1rem;
}
.title-header .basetitle > a {
	color: initial;
}
.title-header .base-more {
	order: 3;
	margin-left: 1rem;
}
.base-more {
}
.base-more > a {
	color: #fff;
	background-color: #000;
	border-radius: 1em;
	padding: 3px 10px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}

#footer {
	background-color: #708795;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .title {
	color: #aee5ff;
	font-weight: 700;
	margin-bottom: .5rem;
}
#footer .footer1 {
	display: flex;
	flex-wrap: wrap;
	padding: 2.5rem 0 2rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 2rem;
	justify-content: space-around;
}
#footer .footer1 > div {
	flex: 0 1 auto;
	margin: 0 1.5rem 2rem;
}
#footer .footer2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#footer .footer2 > * {
	flex: 0 1 50%;
}
#footer .cens-logo {
	background-color: #fff;
	display: block;
	width: 200px;
	height: 80px;
	-webkit-mask: url('/cens/images/logo.svg') no-repeat center;
	mask: url('/cens/images/logo.svg') no-repeat center;
}
#footer .app-store {
	display: flex;
	justify-content: flex-start;
	height: 3rem;
	align-items: center;
}
#footer .app-store a {
	flex-basis: 45%;
	margin-right: 2.5%;
	min-width: 100px;
}
#footer .footer1 .subscribe-form {
	flex: 0 0 100%;
}

#footer .subscribe-form p {
	margin-bottom: 0.5rem;
}
.subscribe-form .input-group .form-control {
	border-radius: 2rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #526875;
	color: #fff;
	margin-right: -1px;
}
.subscribe-form .input-group .form-control::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}
.subscribe-form .input-group > button {
	border: 1px solid #fff;
	border-radius: 2rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #4a7892;
	color: #fff;
	padding: 0 1rem;
}
#copy {
	color: #a3cde5;
	text-align: center;
	padding: 1em 0;
}
@media (min-width: 576px) {
	#footer .footer1 .subscribe-form {
		flex: 0 0 45%;
	}
}
@media (min-width: 768px) {
	#footer .footer2 > * {
		flex: 0 1 auto;
	}
}
.centerIMG {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(-50%) translateY(-50%);
}